home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 4964 < prev    next >
Encoding:
Internet Message Format  |  1996-08-06  |  750 b 

  1. Path: nntp.igs.net!usenet
  2. From: dlanctot@blvl.igs.net (Daniel Lanctot)
  3. Newsgroups: comp.lang.c++
  4. Subject: HELP Student C++ menu system
  5. Date: 1 Feb 1996 21:56:40 GMT
  6. Organization: IGS - Information Gateway Services
  7. Message-ID: <4ercuo$15a@nntp.igs.net>
  8. NNTP-Posting-Host: ppp3.blvl.igs.net
  9. Mime-Version: 1.0
  10. Content-Type: Text/Plain; charset=US-ASCII
  11. X-Newsreader: WinVN 0.99.6
  12.  
  13. Hi I am a new student at C++ and would like to know how to implament a menu 
  14. system using the mouse and cursor keys for ex:
  15.  
  16.         Main Menu
  17.  
  18.         1. stufff
  19.         2. More stuff
  20.  
  21.         Choice: 
  22.  
  23. how can i use the up or down cursor. I know how to do it with getch() using 
  24. the numbers, but I would like to also use the mouse. Any help in the write 
  25. direction would be greatly appreciated
  26.  
  27.